go/printer.printer.setComment (method)

17 uses

	go/printer (current package)
		nodes.go#L67: func (p *printer) setComment(g *ast.CommentGroup) {
		nodes.go#L490: 	p.setComment(&ast.CommentGroup{List: []*ast.Comment{{Slash: token.NoPos, Text: text}}})
		nodes.go#L564: 			p.setComment(f.Doc)
		nodes.go#L589: 				p.setComment(f.Comment)
		nodes.go#L619: 			p.setComment(f.Doc)
		nodes.go#L631: 			p.setComment(f.Comment)
		nodes.go#L1616: 	p.setComment(s.Doc)
		nodes.go#L1635: 		p.setComment(s.Comment)
		nodes.go#L1688: 		p.setComment(s.Doc)
		nodes.go#L1694: 		p.setComment(s.Comment)
		nodes.go#L1701: 		p.setComment(s.Doc)
		nodes.go#L1711: 		p.setComment(s.Comment)
		nodes.go#L1714: 		p.setComment(s.Doc)
		nodes.go#L1728: 		p.setComment(s.Comment)
		nodes.go#L1736: 	p.setComment(d.Doc)
		nodes.go#L1921: 	p.setComment(d.Doc)
		nodes.go#L1993: 	p.setComment(src.Doc)